lua: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 12:21:58 +0000 (14:21 +0200)
committerChristian Marangi <[email protected]>
Sun, 5 Oct 2025 12:33:54 +0000 (14:33 +0200)
commit272fc1348ea9a13303828744a7f21fd269e87227
treed0de9c9a4b4ae5d78d8ab0578d438498712756f6
parenta072095389595225af6996d33e1dba212af35f38
lua: CMakeLists: drop redundant cmake_minimum_required

The Lua module depends on the parent uci project and can't be build
independently.

Drop redundant cmake_minimum_required from lua/CMakeLists.txt and
inherit the version from the parent CMake project to keep version
consistency.

Signed-off-by: David Härdeman <[email protected]>
[ improve commit description ]
Link: https://github.com/openwrt/uci/pull/7
Signed-off-by: Christian Marangi <[email protected]>
lua/CMakeLists.txt